home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (Latin America) Volume 1 #6 / CD-ROM Today 6 Latam.iso / referenc / dor / dordem.dxr / 00081.ls < prev    next >
Encoding:
Text File  |  1996-11-14  |  175 b   |  9 lines

  1. on exitFrame
  2.   if the movieTime of sprite 1 < the duration of cast 104 then
  3.     go(the frame)
  4.   else
  5.     set the movieTime of sprite 1 to 0
  6.     MovieToContents()
  7.   end if
  8. end
  9.